DELETE /Extension/{id}/

Uninstalls the extension with the provided ID.
 

Request

Method Request URI
DELETE /API/Extension/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the extension to uninstall.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A System.Boolean with the result, or a status code indicating the problem.